home *** CD-ROM | disk | FTP | other *** search
/ Medabots Cardz / Medabots CD Cardz Sumilidon.bin / mac / assets / sumilidon.dxr / 00105_Script_105 < prev    next >
Text File  |  2001-12-07  |  323b  |  18 lines

  1. property mysprite
  2. global smallmedal, playonce
  3.  
  4. on beginsprite me
  5.   playonce = 0
  6.   set mysprite to the spritenum of me
  7.   set the blend of sprite mysprite = 0
  8. end
  9.  
  10. on exitframe 
  11.   if smallmedal = 1 then
  12.  
  13.     set the blend of sprite mysprite = 100
  14.   else
  15.     set the blend of sprite mysprite = 0
  16.   end if
  17. end
  18.